home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
- #
- # Global.h
- #
- # This file contains the global definitions
- #
- # Author: Michael Marinkovich
- # Apple Developer Technical Support
- #
- #
- # Modification History:
- #
- # 6/4/95 MWM Initial coding
- #
- #
- # Copyright © 1992-94 Apple Computer, Inc., All Rights Reserved
- #
- #
- ***********************************************************************/
-
- #include <Drag.h>
-
- Boolean gHasDMTwo; // is DM 2.0 available?
- Boolean gInBackground = false; // are we in the background?
- Boolean gDone = false; // app is done flag
- Boolean gHasDrag; // we have Drag Manager?
- Boolean gHasAbout; // do we have an about box showing?
- short gWindCount; // window counter for new windows
-
-